summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace C99 array initializers with code.Jason Riedy2005-08-231-8/+18
* Replace unsetenv() and setenv() with older putenv().Jason Riedy2005-08-233-3/+3
* Include sys/time.h in daemon.c.Jason Riedy2005-08-231-0/+1
* Fix ?: statements.Jason Riedy2005-08-2311-19/+43
* Replace zero-length array decls with [].Jason Riedy2005-08-235-8/+8
* Tutorial updates.Junio C Hamano2005-08-232-195/+275
* Update git-diff-script.Junio C Hamano2005-08-231-20/+32
* Make "git-rev-list" work within subdirectoriesLinus Torvalds2005-08-232-2/+2
* [PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds2005-08-231-3/+3
* Add placeholders for missing documents.Junio C Hamano2005-08-2330-1/+1194
* Introduce "reset type" flag to "git reset"Junio C Hamano2005-08-221-6/+90
* Clean-up output from "git show-branch" and document it.Junio C Hamano2005-08-226-140/+128
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-224-7/+343
* [PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano2005-08-221-0/+41
* Fix "git-diff-script A B"Junio C Hamano2005-08-221-2/+8
* [PATCH] git-ls-files: generalized pathspecsLinus Torvalds2005-08-221-35/+73
* [PATCH] Make "git-ls-files" work in subdirectoriesLinus Torvalds2005-08-211-36/+165
* [PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano2005-08-211-1/+0
* [PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-211-2/+1
* Create objects/info/ directory in init-db.Junio C Hamano2005-08-202-3/+6
* [PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba2005-08-201-6/+6
* git-resolve: dying is good, not showing help is bad.Junio C Hamano2005-08-201-4/+8
* Make sample pre-commit hook output Emacs friendly.Junio C Hamano2005-08-201-1/+2
* Call prune-packed from "git prune" as well.Junio C Hamano2005-08-192-6/+16
* Add hooks to tools/git-applypatch.Junio C Hamano2005-08-193-18/+97
* Add commit hook and make the verification customizable.Junio C Hamano2005-08-194-52/+105
* [PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano2005-08-191-2/+2
* Merge from gitkJunio C Hamano2005-08-191-43/+163
|\
| * Display the contents of a tag when the user clicks on it.Paul Mackerras2005-08-191-29/+64
| * Added re-read refs command, and display all refs.Paul Mackerras2005-08-191-6/+93
| * Save the maxwidth setting in the ~/.gitk file.Paul Mackerras2005-08-191-0/+2
| * Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras2005-08-191-8/+4
* | [PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov2005-08-191-0/+2
* | [PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba2005-08-191-1/+1
* | Fix __attribute__ changes.Junio C Hamano2005-08-191-2/+1
* | [PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy2005-08-181-1/+1
* | Also make git-rebase-script stricter about dirty working tree.Junio C Hamano2005-08-181-1/+3
* | [PATCH] git-applymbox: verify that index is cleanLinus Torvalds2005-08-181-0/+8
* | Link the glossary document from the main manual.Junio C Hamano2005-08-181-6/+1
* | Stupid typo fix for git rebase.Junio C Hamano2005-08-181-1/+1
* | [PATCH] Updates to glossaryJohannes Schindelin2005-08-181-6/+22
* | Merge with gitk --parents change.Junio C Hamano2005-08-181-69/+32
|\ \ | |/
| * Use the --parents flag to git-rev-list.Paul Mackerras2005-08-181-69/+32
* | [PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony2005-08-181-2/+113
* | [PATCH] Add Makefile target glossary.htmlJohannes Schindelin2005-08-182-1/+76
* | Merge with gitkJunio C Hamano2005-08-171-167/+461
|\ \ | |/
| * Allow graph lines to jump through hyperspace.Paul Mackerras2005-08-181-166/+413
| * Add graft support.Paul Mackerras2005-08-171-1/+48
* | [PATCH] Assorted changes to glossaryJohannes Schindelin2005-08-171-43/+61
* | Make rebase script saner.Junio C Hamano2005-08-171-7/+10