]> Kevux Git Server - rit/shortlog
rit
2014-03-13 Michael Haggertycheckout_entry(): use the strbuf throughout the function
2014-03-13 Nguyễn Thái... connect.c: SP after "}", not TAB
2014-03-12 Eric Sunshinesh-i18n--envsubst: retire unused string_list_member()
2014-03-12 Junio C Hamanowt-status: lift the artificual "at least 20 columns...
2014-03-12 Jonathan Niederwt-status: i18n of section labels
2014-03-12 Jonathan Niederwt-status: extract the code to compute width for labels
2014-03-12 Junio C Hamanowt-status: make full label string to be subject to...
2014-03-11 René Scharfegrep: support -h (no header) with --count
2014-03-11 René Scharfet7810: add missing variables to tests in loop
2014-03-11 John Keepingbuiltin/mv: fix out of bounds write
2014-03-11 Benoit Pierremerge hook tests: use 'test_must_fail' instead of '!'
2014-03-11 Benoit Pierremerge hook tests: fix missing '&&' in test
2014-03-11 Chris PackhamDocumentation/git-am: Document supported --patch-format...
2014-03-11 Dmitry Marakasovconfigure.ac: link with -liconv for locale_charset()
2014-03-11 Nguyễn Thái... upload-pack: send shallow info over stdin to pack-objects
2014-03-11 Jeff Kingclean: simplify dir/not-dir logic
2014-03-11 Jeff Kingclean: respect pathspecs with "-d"
2014-03-11 Johannes Sixtt0008: skip trailing space test on Windows
2014-03-10 Rohit Maniuse strchrnul() in place of strchr() and strlen()
2014-03-07 Junio C HamanoStart preparing for Git 2.0
2014-03-07 Junio C HamanoMerge branch 'cc/starts-n-ends-with-endgame'
2014-03-07 Junio C HamanoMerge branch 'jc/hold-diff-remove-q-synonym-for-no...
2014-03-07 Junio C HamanoMerge branch 'gj/push-more-verbose-advice'
2014-03-07 Junio C HamanoMerge branch 'jc/core-checkstat-2.0'
2014-03-07 Junio C HamanoMerge branch 'jc/add-2.0-ignore-removal'
2014-03-07 Junio C HamanoMerge branch 'jn/add-2.0-u-A-sans-pathspec'
2014-03-07 Junio C HamanoMerge branch 'jc/push-2.0-default-to-simple'
2014-03-07 Junio C Hamanotag: grok "--with" as synonym to "--contains"
2014-03-07 Jeff Kingshow_ident_date: fix tz range check
2014-03-06 Junio C Hamano*.sh: drop useless use of "env"
2014-03-06 Sun HeUse hashcpy() when copying object names
2014-03-06 Brian Gesiakbranch: use skip_prefix() in install_branch_config()
2014-03-06 Brian Gesiakt3200-branch: test setting branch as own upstream
2014-03-05 Junio C HamanoMerge branch 'maint'
2014-03-05 Junio C HamanoMerge branch 'jk/run-network-tests-by-default'
2014-03-05 Junio C HamanoMerge branch 'nd/daemonize-gc'
2014-03-05 Junio C HamanoMerge branch 'ks/combine-diff'
2014-03-05 Jeff Kingpush: detect local refspec errors early
2014-03-05 Jeff Kingmatch_explicit_lhs: allow a "verify only" mode
2014-03-05 Jeff Kingmatch_explicit: hoist refspec lhs checks into their...
2014-03-05 Michael Haggertycache_tree_find(): use path variable when passing over...
2014-03-05 Michael Haggertycache_tree_find(): remove early return
2014-03-05 Michael Haggertycache_tree_find(): remove redundant check
2014-03-05 Michael Haggertycache_tree_find(): fix comment formatting
2014-03-05 Michael Haggertycache_tree_find(): find the end of path component using...
2014-03-05 Michael Haggertycache_tree_find(): remove redundant checks
2014-03-05 Jacopo Notarstefanobranch.c: delete size check of newly tracked branch...
2014-03-05 Jeff Kingdocs: mark info/grafts as outdated
2014-03-05 Junio C Hamanot7800: add a difftool test for .git-files
2014-03-05 Sandy Carteri18n: proposed command missing leading dash
2014-03-04 Kirill Smelkovtree-diff: show_tree() is not needed
2014-03-04 Tanay Abhracommit.c: use skip_prefix() instead of starts_with()
2014-03-04 Jacopo Notarstefanogit-bisect.sh: fix a few style issues
2014-03-03 David Kastrupskip_prefix(): scan prefix only once
2014-03-03 Dmitry S. Dolzhenkosha1_file.c: use ALLOC_GROW() in pretend_sha1_file()
2014-03-03 Dmitry S. Dolzhenkoread-cache.c: use ALLOC_GROW() in add_index_entry()
2014-03-03 Dmitry S. Dolzhenkobuiltin/mktree.c: use ALLOC_GROW() in append_to_tree()
2014-03-03 Dmitry S. Dolzhenkoattr.c: use ALLOC_GROW() in handle_attr_line()
2014-03-03 Dmitry S. Dolzhenkodir.c: use ALLOC_GROW() in create_simplify()
2014-03-03 Dmitry S. Dolzhenkoreflog-walk.c: use ALLOC_GROW()
2014-03-03 Dmitry S. Dolzhenkoreplace_object.c: use ALLOC_GROW() in register_replace_...
2014-03-03 Dmitry S. Dolzhenkopatch-ids.c: use ALLOC_GROW() in add_commit()
2014-03-03 Dmitry S. Dolzhenkodiffcore-rename.c: use ALLOC_GROW()
2014-03-03 Dmitry S. Dolzhenkodiff.c: use ALLOC_GROW()
2014-03-03 Dmitry S. Dolzhenkocommit.c: use ALLOC_GROW() in register_commit_graft()
2014-03-03 Dmitry S. Dolzhenkocache-tree.c: use ALLOC_GROW() in find_subtree()
2014-03-03 Dmitry S. Dolzhenkobundle.c: use ALLOC_GROW() in add_to_ref_list()
2014-03-03 Dmitry S. Dolzhenkobuiltin/pack-objects.c: use ALLOC_GROW() in check_pbase...
2014-03-03 Simon Ruderichgit-add--interactive: warn if module for interactive...
2014-03-03 Simon Ruderichgit-config: document interactive.singlekey requires...
2014-03-03 Nguyễn Thái... strbuf: style fix -- top opening bracket on a separate...
2014-03-03 Jeff Kingrepack: add `repack.packKeptObjects` config var
2014-03-03 Sun Hefinish_tmp_packfile():use strbuf for pathname construction
2014-03-03 Junio C HamanoMerge branch 'sh/write-pack-file-warning-message-fix...
2014-03-03 Sun Hewrite_pack_file: use correct variable in diagnostic
2014-02-28 Jens Lehmannsubmodule update: consistently document the '--checkout...
2014-02-28 Ralf Thielowhelp.c: rename function "pretty_print_string_list"
2014-02-28 Michael HaggertyDocument some functions defined in object.c
2014-02-28 Michael HaggertyAdd docstrings for lookup_replace_object() and do_looku...
2014-02-28 Jeff KingCodingGuidelines: mention C whitespace rules
2014-02-28 Carlos Martín... fetch: add a failing test for prunning with overlapping...
2014-02-28 Scott J. Goldmanadd uploadarchive.allowUnreachable option
2014-02-28 Jeff Kingdocs: clarify remote restrictions for git-upload-archive
2014-02-27 Nguyễn Thái... tag: support --sort=<spec>
2014-02-27 Junio C HamanoMerge branch 'nd/http-fetch-shallow-fix'
2014-02-27 Junio C HamanoMerge branch 'jk/pack-bitmap'
2014-02-27 Junio C HamanoMerge branch 'dk/blame-janitorial'
2014-02-27 Junio C HamanoMerge branch 'bc/gpg-sign-everywhere'
2014-02-27 Junio C HamanoMerge branch 'al/docs'
2014-02-27 Junio C HamanoMerge branch 'jk/test-ports'
2014-02-27 Junio C HamanoMerge branch 'nd/reset-intent-to-add'
2014-02-27 Junio C HamanoMerge branch 'ks/tree-diff-walk'
2014-02-27 Junio C HamanoMerge branch 'mw/symlinks'
2014-02-27 Junio C HamanoMerge branch 'nd/test-rename-reset'
2014-02-27 Junio C HamanoMerge branch 'wk/submodule-on-branch'
2014-02-27 Junio C HamanoMerge branch 'ep/varscope'
2014-02-27 Junio C HamanoMerge branch 'bs/stdio-undef-before-redef'
2014-02-27 Junio C HamanoMerge branch 'jk/config-path-include-fix'
2014-02-27 Junio C HamanoMerge branch 'ds/rev-parse-required-args'
2014-02-27 Junio C HamanoMerge branch 'nd/diff-quiet-stat-dirty'
next