Sign in
googlers
/
jrn
/
git
/
f4626df51f63d53b89ff01de54cbf7558217ea2b
/
Makefile
f4626df
Add target architecture MinGW.
by Johannes Sixt
· 17 years ago
58eda02
Compile some programs only conditionally.
by Johannes Sixt
· 17 years ago
d0594be
Makefile: update check-docs target
by Junio C Hamano
· 17 years ago
8da1e21
Consistency: Use "libcurl" instead of "cURL library" and "curl"
by Johan Herland
· 17 years ago
457bb45
Port to 12 other Platforms.
by Boyd Lynn Gerber
· 17 years ago
3beb56b
Merge branch 'jc/diff-no-no-index'
by Junio C Hamano
· 17 years ago
d3d20b8
Makefile: fix dependency on wt-status.h
by Junio C Hamano
· 17 years ago
b84c343
Merge branch 'db/clone-in-c'
by Junio C Hamano
· 17 years ago
0569e9b
"git diff": do not ignore index without --no-index
by Junio C Hamano
· 17 years ago
c748152
Merge branch 'as/graph'
by Junio C Hamano
· 17 years ago
377d9c4
Makefile: update the default build options for AIX
by Mike Ralphson
· 17 years ago
380a742
Merge branch 'lt/case-insensitive'
by Junio C Hamano
· 17 years ago
c12172d
Add history graph API
by Adam Simpkins
· 17 years ago
8434c2f
Build in clone
by Daniel Barkalow
· 17 years ago
628522e
sha1-lookup: more memory efficient search in sorted list of SHA-1
by Junio C Hamano
· 17 years ago
96872bc
Move name hashing functions into a file of its own
by Linus Torvalds
· 17 years ago
26ffcb7
gitweb: fallback to system-wide config file (fixup)
by Gerrit Pape
· 17 years ago
17a8b25
gitweb: fallback to system-wide config file if default config does not exist
by Gerrit Pape
· 17 years ago
deda26b
Merge branch 'jc/makefile'
by Junio C Hamano
· 17 years ago
4bf9f27
filter-branch: use $SHELL_PATH instead of 'sh'
by Jeff King
· 17 years ago
5f7c643
add NO_EXTERNAL_GREP build option
by Jeff King
· 17 years ago
74ca5e6
Makefile: flatten enumeration of headers, objects and programs
by Junio C Hamano
· 17 years ago
bd92cd0
Makefile: DIFF_OBJS is not special at all these days
by Junio C Hamano
· 17 years ago
ae90e16
Merge branch 'js/remote'
by Junio C Hamano
· 17 years ago
5d921e2
Merge branch 'jc/cherry-pick' (early part)
by Junio C Hamano
· 17 years ago
6e79a88
Merge branch 'mr/compat-snprintf'
by Junio C Hamano
· 17 years ago
c4582f9
Add compat/snprintf.c for systems that return bogus
by Michal Rokos
· 17 years ago
81a24b5
Do not use GUID on dir in git init --shared=all on FreeBSD
by Alex Riesen
· 17 years ago
c0b48ad
Merge branch 'np/verify-pack'
by Junio C Hamano
· 17 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
211c896
Make git-remote a builtin
by Johannes Schindelin
· 17 years ago
3449f8c
factorize revindex code out of builtin-pack-objects.c
by Nicolas Pitre
· 17 years ago
7cf7f54
use build-time SHELL_PATH in test scripts
by Jeff King
· 17 years ago
5a4d707
Merge branch 'db/checkout'
by Junio C Hamano
· 17 years ago
d87aa32
Merge branch 'jk/help-alias'
by Junio C Hamano
· 17 years ago
3c972e1
Merge branch 'ae/pack-autothread'
by Junio C Hamano
· 17 years ago
7914053
Remove unused object-ref code
by Martin Koegler
· 17 years ago
355885d
add generic, type aware object chain walker
by Martin Koegler
· 17 years ago
9435111
make alias lookup a public, procedural function
by Jeff King
· 17 years ago
dc31cd8
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
6c0f869
Ensure 'make dist' compiles git-archive.exe on Cygwin
by Shawn O. Pearce
· 17 years ago
833e3df
pack-objects: Add runtime detection of online CPU's
by Andreas Ericsson
· 17 years ago
1736855
Add merge-subtree back
by Junio C Hamano
· 17 years ago
c0284ce
Merge branch 'bc/fopen'
by Junio C Hamano
· 17 years ago
525ab63
merge-recursive: split low-level merge functions out.
by Junio C Hamano
· 17 years ago
f8732c5
Merge branch 'bd/qsort'
by Junio C Hamano
· 17 years ago
782c2d6
Build in checkout
by Daniel Barkalow
· 17 years ago
cba2252
Add compat/fopen.c which returns NULL on attempt to open directory
by Brandon Casey
· 17 years ago
e496c00
Move create_branch into a library file
by Daniel Barkalow
· 17 years ago
e1b3a2c
Build-in merge-recursive
by Daniel Barkalow
· 17 years ago
43fe901
compat: Add simplified merge sort implementation from glibc
by Brian Downing
· 17 years ago
5884f1f
Rename 'git-help--browse.sh' to 'git-web--browse.sh'.
by Christian Couder
· 17 years ago
482cce8
help: make 'git-help--browse' usable outside 'git-help'.
by Christian Couder
· 17 years ago
923e3ec
Add a missing dependency on http.h
by Mike Hommey
· 17 years ago
81cc66a
Makefile: customization for supporting HP-UX
by Robert Schiele
· 17 years ago
2600973
pre-POSIX.1-2001 systems do not have <sys/select.h>
by Robert Schiele
· 17 years ago
1812564
Move sha1_file_to_archive into libgit
by Lars Hjemli
· 17 years ago
bfa8fcc
autoconf: Add checking for unsetenv function
by Jakub Narebski
· 17 years ago
5c66d0d
Officially deprecate repo-config.
by Junio C Hamano
· 17 years ago
11c57e6
Fix git-rerere documentation
by Junio C Hamano
· 17 years ago
2f7ee08
parse-options: Add a gitcli(5) man page.
by Pierre Habouzit
· 17 years ago
c569969
Fix git-instaweb breakage on MacOS X due to the limited sed functionality
by Charles Bailey
· 17 years ago
d7e522c
rename git-browse--help to git-help--browse
by Jeff King
· 17 years ago
fa47016
Retire git-runstatus for real.
by Junio C Hamano
· 17 years ago
5b4617c
Rename git-browse-help helper to git-browse--help
by Junio C Hamano
· 17 years ago
467f42c
Merge branch 'cc/help'
by Junio C Hamano
· 17 years ago
28072a5
Don't cache DESTDIR in perl/perl.mak.
by Gerrit Pape
· 17 years ago
a149a1a
git-help -i: show info documentation from matching version of git
by Junio C Hamano
· 17 years ago
7be2b6e
Merge branch 'master' into cc/help
by Junio C Hamano
· 17 years ago
4eb39e9
Merge branch 'jc/spht'
by Junio C Hamano
· 17 years ago
5d6491c
git-help: add -w|--web option to display html man page in a browser.
by Christian Couder
· 17 years ago
8e566f2
Let git-help prefer man-pages installed with this version of git
by Sergei Organov
· 17 years ago
fe4aafb
Silence iconv warnings on Leopard
by Wincent Colaiuta
· 17 years ago
cf1b786
Use gitattributes to define per-path whitespace rule
by Junio C Hamano
· 17 years ago
7a4a2e1
Set OLD_ICONV on Cygwin.
by Pascal Obry
· 17 years ago
31cbb5d
Merge branch 'kh/commit'
by Junio C Hamano
· 17 years ago
4165076
install-sh from automake does not like -m without delimiting space
by Robert Schiele
· 17 years ago
0f6f195
Documentation: add a new man page for "git-help"
by Christian Couder
· 17 years ago
de4c601
Merge branch 'js/fast-export'
by Junio C Hamano
· 17 years ago
f2dc849
Add 'git fast-export', the sister of 'git fast-import'
by Johannes Schindelin
· 17 years ago
79d3066
Consolidate command list to one.
by Junio C Hamano
· 17 years ago
ca8c8c5
Resurrect peek-remote
by Junio C Hamano
· 17 years ago
d6e0988
Merge branch 'jc/move-gitk'
by Junio C Hamano
· 17 years ago
65c6a46
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
10455d2
Replace the word 'update-cache' by 'update-index' everywhere
by Johannes Schindelin
· 17 years ago
e475fe1
Remove git-status from list of scripts as it is builtin
by Shawn O. Pearce
· 17 years ago
fd20079
Merge branch 'jk/send-pack'
by Junio C Hamano
· 17 years ago
6c6ea38
Merge branch 'sb/clean'
by Junio C Hamano
· 17 years ago
ab002e3
Merge branch 'js/mingw-fallouts'
by Junio C Hamano
· 17 years ago
f5bbc32
Port git commit to C.
by Kristian Høgsberg
· 17 years ago
a00a42a
git-merge-ours: make it a builtin.
by Thomas Harning
· 17 years ago
113f10f
Make git-clean a builtin
by Shawn Bohrer
· 17 years ago
62ba514
Move gitk to its own subdirectory
by Junio C Hamano
· 17 years ago
4e0da76
Use compat mkdtemp() on Solaris boxes
by Guido Ostkamp
· 17 years ago
b574c8d
Merge branch 'ds/maint-deflatebound' into maint
by Junio C Hamano
· 17 years ago
506b17b
Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.
by Johannes Sixt
· 17 years ago
fb5fd01
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
a108e53
Merge branch 'db/remote-builtin' into jk/send-pack
by Junio C Hamano
· 17 years ago
481424e
Fix dependencies of parse-options test program
by Alex Riesen
· 17 years ago
7f55cf4
Documentation: Fix man page breakage with DocBook XSL v1.72
by Jonas Fonseca
· 17 years ago
Next »