create_symref: if symlink fails, fall back to writing a "symbolic ref"
[git.git] / commit.c
2005-10-23 Junio C HamanoMerge branch 'fixes'
2005-10-21 Junio C HamanoMerge branch 'fixes'
2005-10-18 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-15 Junio C HamanoMerge branch 'fixes'
2005-10-15 Linus TorvaldsUnlocalized isspace and friends
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-18 Junio C HamanoMerge branch 'master' of .
2005-09-15 Linus Torvalds[PATCH] Avoid wasting memory in git-rev-list
2005-08-30 Junio C HamanoMerge refs/heads/master from paulus
2005-08-30 Junio C HamanoMerge refs/heads/master from .
2005-08-30 Junio C HamanoFix compilation warnings.
2005-08-29 Junio C HamanoMerge refs/heads/master from .
2005-08-29 Junio C HamanoRevert "Replace zero-length array decls with []."
2005-08-29 Junio C HamanoMerge refs/heads/master from .
2005-08-29 Junio C HamanoMerge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Jason RiedyReplace zero-length array decls with [].
2005-08-23 Junio C HamanoMerge refs/heads/master from .
2005-08-23 Junio C Hamano[PATCH] Add 'git show-branch'.
2005-08-19 Junio C HamanoMerge from gitk
2005-08-18 Junio C HamanoMerge with gitk --parents change.
2005-08-18 Junio C HamanoMerge with gitk
2005-08-12 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with master.
2005-08-10 Junio C HamanoIntroduce --pretty=oneline format.
2005-08-09 Junio C HamanoMerge with gitk.
2005-08-08 Junio C HamanoMerge with gitk.
2005-08-07 Junio C HamanoMerge with gitk.
2005-08-06 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoFix send-pack for non-commitish tags.
2005-07-31 Junio C HamanoTeach parse_commit_buffer about grafting.
2005-07-31 Junio C HamanoMerge with gitk.
2005-07-29 Junio C HamanoMerge with gitk.
2005-07-28 Linus TorvaldsMake "parse_commit()" be a lot more careful
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-11 Junio C Hamano[PATCH] Dereference tag repeatedly until we get a non...
2005-07-06 Jon Seymour[PATCH] Add a topological sort procedure to commit.c
2005-07-06 Linus TorvaldsMake "insert_by_date()" match "commit_list_insert()"
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Linus TorvaldsAdd "--pretty=full" format that also shows committer.
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Linus TorvaldsKeep the parents in order when parsing commits
2005-06-18 Linus TorvaldsMake "pretty" commit logs always show merge information
2005-06-08 Jason McMullan[PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-06 jon@blackcubes.dyn... [PATCH] Modify git-rev-list to linearise the commit...
2005-06-05 Linus Torvaldspretty_print_commit: add different formats
2005-06-01 Linus TorvaldsAdd generic commit "pretty print" function.
2005-05-31 Linus Torvaldscommit_list_insert: return the new commit list entry
2005-05-26 Linus Torvaldscommit: save the commit buffer off when parsing a commit
2005-05-22 Linus TorvaldsInclude file cleanups..
2005-05-20 Nicolas Pitre[PATCH] delta check
2005-05-18 Linus Torvaldscommit: add "lookup_commit_reference()" helper function
2005-05-06 Nicolas Pitre[PATCH] don't load and decompress objects twice with...
2005-05-05 Linus TorvaldsMerge http://members.cox.net/junkio/git-jc.git/
2005-05-04 Sergey Vlasov[PATCH] Fix memory leaks in git-fsck-cache
2005-04-26 Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-24 Linus TorvaldsDon't add references to objects we couldn't find.
2005-04-24 Linus TorvaldsVerify that the object type matches for tree/commit...
2005-04-24 Linus TorvaldsSet object type at object creation time, not object...
2005-04-24 Daniel Barkalow[PATCH] Allow multiple date-ordered lists
2005-04-24 Linus TorvaldsDon't add parents to the commit list if we have already
2005-04-24 Daniel Barkalow[PATCH] Add some functions for commit lists
2005-04-21 Linus TorvaldsInclude <limits.h> in commit.c for ULONG_MAX. Remove...
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 Daniel Barkalow[PATCH] Implementations of parsing functions